home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / misc / TC_Miami.lha / rexx / IconifyTC.mrx next >
Encoding:
Text File  |  1997-04-09  |  144 b   |  13 lines

  1. /*
  2. **
  3. **  use this to iconify TC
  4. **
  5. */
  6. options results
  7.  
  8. IF (SHOW('P',TIMECONNECT.1) ~=0) then
  9. DO
  10.   address 'TIMECONNECT.1'
  11.   'iconify TRUE'
  12. END
  13.